'Declaration
Public Overloads Function AddFreeHandAnnot( _ ByVal BorderColor As Integer, _ ByVal Points() As PointF _ ) As AnnotationFreeHand
public AnnotationFreeHand AddFreeHandAnnot( int BorderColor, PointF[] Points )
public function AddFreeHandAnnot( BorderColor: Integer; Points: PointFarray of ): AnnotationFreeHand;
public function AddFreeHandAnnot( BorderColor : int, Points : PointF[] ) : AnnotationFreeHand;
public: AnnotationFreeHand* AddFreeHandAnnot( int BorderColor, PointF[]* Points )
public: AnnotationFreeHand^ AddFreeHandAnnot( int BorderColor, array<PointF>^ Points )
Parameters
- BorderColor
- Points